home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Exec 3 / CD_Magazyn_EXEC_nr_3.iso / Gry / Tales of Tamar Demo.lha / talesdemo1 / rexx / GenesisOffline.rexx < prev    next >
OS/2 REXX Batch file  |  1999-10-22  |  924b  |  22 lines

  1. /******************************************************************************************************/
  2. /* Online-Script für Genesis mit Arexx                                                                */
  3. /*     © by Martin Wolf / Eternity Hard & Software                                                  */
  4. /*                                                      */
  5. /*      First Bit set: 22.10.1999                                                                     */
  6. /*      Last Bit set : 22.10.1999                                                                     */
  7. /******************************************************************************************************/
  8.  
  9. OPTIONS RESULTS
  10.  
  11. ADDRESS COMMAND
  12.     DO UNTIL SHOW('P','GENESIS')            /* Auf Genesis warten */
  13.       SIGNAL OFF ERROR
  14.       'WaitForPort GENESIS'
  15.       SIGNAL ON ERROR
  16.     END
  17.         genesisport = GENESIS                /* ist auf jeden Fall der aktive Port */
  18.  
  19. ADDRESS (genesisport)
  20.     DISCONNECT PPP
  21.     EXIT
  22.